home *** CD-ROM | disk | FTP | other *** search
/ Game Cracker (Expanded Edition) / Game Cracker (Expanded Edition).iso / cracks / DR-LSL7R.ZIP / LSL7RIP.BAT < prev    next >
DOS Batch File  |  1997-01-14  |  2KB  |  48 lines

  1. @Echo off
  2. cls
  3. Echo Dark Rippers' Larry 7 Cd-Ripper
  4. Echo -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
  5. Echo.
  6. Echo Checking Files...
  7. if not exist c:\sierra\lsl7\sierw5.exe goto error
  8. if not exist c:\sierra\lsl7\drivers\memory6.drv goto error
  9. if not exist d:\theguide.txt goto error
  10. if not exist d:\scidll.dll goto error
  11. if not exist d:\resource.aud goto error
  12. if not exist d:\resource.sfx goto error
  13. if not exist d:\ressci.000 goto error
  14. if not exist c:\dr\lsl7rip.bat goto error
  15. if not exist c:\dr\resource.win goto error
  16. Echo Creating Directories...
  17. md c:\sierra\lsl7\CD >nul
  18. md c:\sierra\lsl7\CD\ENGLISH >nul
  19. md c:\sierra\lsl7\CD\INSTALL >nul
  20. md c:\sierra\lsl7\CD\MOVIE >nul
  21. md c:\sierra\lsl7\CD\PATCHES >nul
  22. Echo Copying DR's Files...
  23. del c:\sierra\lsl7\resource.win >nul
  24. copy c:\dr\resource.win c:\sierra\lsl7 >nul
  25. Echo Copying Root Files... (This Takes A Looooooooooooong Time!)
  26. Echo A | copy d:\*.* c:\sierra\lsl7\cd >nul
  27. Echo Copying other CD-FiLES... (THiS TAKES A LOOOOOOOOOOOOOONG TiME!)
  28. copy d:\english\*.* c:\sierra\lsl7\cd\english >nul
  29. copy d:\movie\*.* c:\sierra\lsl7\cd\movie >nul
  30. copy d:\install\*.* c:\sierra\lsl7\cd\install >nul
  31. copy d:\patches\*.* c:\sierra\lsl7\cd\patches >nul
  32. Echo UnAttributing Files...
  33. attrib -r -h -a -s c:\sierra\lsl7\*.* /s >nul
  34. Echo.
  35. Echo CD-RiP is now completed... Please re-config sound and stuff! :)
  36. Echo.
  37. Goto END
  38.  
  39. :ERROR
  40. Echo.
  41. Echo Couldn't find all the files! Make Sure You Have:
  42. Echo 1. The Ripper Prog In C:\DR
  43. Echo 2. The LARRY7 CD In DRIVE D:
  44. Echo 3. You have LSL7 Small WIN95 version Installed to C:\SIERRA\LSL7
  45. Echo.
  46.  
  47. :END
  48.